home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / patch / ab2hd.lha / AB2HD / Install-AB2 < prev    next >
Text File  |  1995-08-06  |  930b  |  46 lines

  1. echo "Alien Breed II AGA HD Installation. Written by JOTD 1995"
  2. echo "Alien Breed II AGA was cracked by N.O.M.A.D of Fairlight"
  3. echo ""
  4. echo "Insert Alien Breed disk 1 (Boot Disk) into drive df0:"
  5. ask  "Press <RETURN> to continue or y to abort."
  6. if WARN
  7.     skip abort
  8. ENDIF
  9.  
  10. disk2file AlienBreed2Disk1
  11. echo "Insert Alien Breed disk 2 (Disk 1) into drive df0:"
  12. ask  "Press <RETURN> to continue or y to abort."
  13.  
  14. if WARN
  15.     skip abort
  16. ENDIF
  17.  
  18. disk2file AlienBreed2Disk2
  19. echo "Insert Alien Breed disk 3 (Disk 2) into drive df0:"
  20. ask  "Press <RETURN> to continue or y to abort."
  21.  
  22. if WARN
  23.     skip abort
  24. ENDIF
  25.  
  26. disk2file AlienBreed2Disk3
  27. echo "Insert Alien Breed disk 4 (Disk 3) into drive df0:"
  28. ask  "Press <RETURN> to continue or y to abort."
  29.  
  30. if WARN
  31.     skip abort
  32. ENDIF
  33.  
  34. disk2file AlienBreed2Disk4
  35.  
  36. echo    "Installation complete. Click the AB2 icon to run the game."
  37. skip fin
  38.  
  39. else
  40. lab abort
  41.     echo "Installation aborted"
  42. endif
  43.  
  44. lab fin
  45.     wait 3
  46.